home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMHOTKEY / TFORMHOTKEY.txt
Encoding:
Text File  |  2002-10-07  |  977 b   |  55 lines

  1. object FormHotkey: TFormHotkey
  2.   Left = 191
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'HotKey'
  6.   ClientHeight = 108
  7.   ClientWidth = 175
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 68
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.   end
  26.   object BtnCancel: TButton
  27.     Left = 88
  28.     Top = 68
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 2
  35.   end
  36.   object GroupBox: TGroupBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 157
  40.     Height = 49
  41.     Caption = 'HotKey'
  42.     TabOrder = 0
  43.     object HotKey: THotKey
  44.       Left = 16
  45.       Top = 20
  46.       Width = 121
  47.       Height = 18
  48.       HotKey = 122
  49.       InvalidKeys = [hcNone]
  50.       Modifiers = []
  51.       TabOrder = 0
  52.     end
  53.   end
  54. end
  55.